home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global myLine, auto, fullMoov, ok, csn, profileVid, gFirstTimeIn, gVolume
- puppetSprite(24, 1)
- setVid()
- if ok <> auto then
- set ok to auto
- blankBut()
- end if
- if (gFirstTimeIn = 1) and (myLine = 1) then
- set the volume of sprite 24 to gVolume
- set the movieRate of sprite 24 to 1
- set gFirstTimeIn to 0
- end if
- if the movieRate of sprite 24 = 0 then
- set the castNum of sprite 3 to 31
- set the castNum of sprite 5 to 23
- check()
- end if
- if the movieRate of sprite 24 = 1 then
- set the castNum of sprite 5 to 36
- set the castNum of sprite 3 to 21
- end if
- if profileVid = 1 then
- set the castNum of sprite 4 to 30
- set the castNum of sprite 6 to 40
- set the castNum of sprite 7 to 50
- end if
- if myLine = csn then
- set the castNum of sprite 6 to 40
- end if
- if myLine = 1 then
- set the castNum of sprite 4 to 30
- end if
- go(the frame)
- end
-